home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 6647 / 6647.xpi / chrome / httpfox.jar / skin / HttpFox.css < prev    next >
Cascading Style Sheet File  |  2009-04-04  |  6KB  |  238 lines

  1. /*
  2.     HttpFox - An HTTP analyzer addon for Firefox
  3.     Copyright (C) 2008 Martin Theimer
  4.     
  5.     This program is free software; you can redistribute it and/or modify
  6.     it under the terms of the GNU General Public License as published by
  7.     the Free Software Foundation; either version 2 of the License, or
  8.     (at your option) any later version.
  9.     
  10.     This program is distributed in the hope that it will be useful,
  11.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  12.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  13.     GNU General Public License for more details.
  14.     
  15.     You should have received a copy of the GNU General Public License
  16.     along with this program; if not, write to the Free Software
  17.     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  18. */
  19.  
  20. #hf_Browser {
  21.     background-color: #FF0000;
  22.     border-width: 10px;
  23. }
  24.  
  25. #hf_Status {
  26.     cursor: pointer;
  27. }
  28.  
  29. .textbox_browser {
  30.     -moz-appearance: none;
  31.     margin: 0;
  32.     border: 1px solid;
  33.     -moz-border-top-colors: #96969D !important;
  34.     -moz-border-right-colors: #96969D !important;
  35.     -moz-border-bottom-colors: #96969D !important;
  36.     -moz-border-left-colors: #96969D !important;
  37.     padding: 0;
  38. }
  39.  
  40. #hf_PanelSplitter { /*border-top: 1px solid !important;
  41.     -moz-border-top-colors: threedShadow !important;
  42.     border-bottom: 1px solid !important;
  43.     -moz-border-bottom-colors: #EEEEEE !important;*/
  44.     min-height: 4px;
  45.     max-height: 4px;
  46.     /*background-color: #FFFFFF;*/
  47. }
  48.  
  49. #hf_MiddleSplitter { /*border-top: 1px solid !important;
  50.     border-bottom: 1px solid !important;*/
  51.     border: none;
  52.     min-height: 4px;
  53.     max-height: 4px;
  54. }
  55.  
  56. #hf_MiddleHeaderSplitter {
  57.     min-width: 3px;
  58.     max-width: 3px;
  59. }
  60.  
  61. #hf_RawContentOutput,#hf_PostDataRawOutput,#hf_QuickFilterBox {
  62.     -moz-appearance: none;
  63.     margin: 0 6px 1px 2px;
  64.     border: 1px solid;
  65.     -moz-border-top-colors: #96969D !important;
  66.     -moz-border-right-colors: #96969D !important;
  67.     -moz-border-bottom-colors: #96969D !important;
  68.     -moz-border-left-colors: #96969D !important;
  69.     padding: 2px 0 1px 3px;
  70.     background: -moz-field;
  71.     font: icon;
  72.     font-size: 11px;
  73.     
  74. }
  75.  
  76. #hf_RawContentOutput [disabled="true"] { /*opacity: 0.5;*/
  77.     
  78. }
  79.  
  80. #hf_RawContentOutput>.textbox-input-box>.textbox-textarea {
  81.     /*background-color: #FF0000;
  82.     color: #00FF00;*/
  83.     
  84. }
  85.  
  86. #hf_QuickFilterBox  {
  87.     -moz-appearance: none;
  88.     margin: 0 6px 1px 2px;
  89.     border: 1px solid;
  90.     -moz-border-top-colors: #96969D !important;
  91.     -moz-border-right-colors: #96969D !important;
  92.     -moz-border-bottom-colors: #96969D !important;
  93.     -moz-border-left-colors: #96969D !important;
  94.     padding: 2px 0 1px 3px;
  95.     background: -moz-field;
  96.     font: icon;
  97.     font-size: 11px;
  98.     list-style-image: url(chrome://httpfox/skin/search.png);
  99. }
  100.  
  101. #hf_QuickFilterImage {
  102.     list-style-image: url(chrome://httpfox/skin/search.png);
  103. }
  104.  
  105. #hf_Separator {
  106.     min-height: 13px;
  107. }
  108.  
  109. #hf_TopBarButton_Close:hover {
  110.     -moz-appearance: none;
  111.     padding: 0 !important;
  112.     border: none !important;
  113.     background: transparent !important;
  114.     list-style-image: url(chrome://httpfox/skin/close.png);
  115.     -moz-image-region: rect(0px, 32px, 16px, 16px);
  116. }
  117.  
  118. #hf_TopBarButton_Close {
  119.     -moz-appearance: none;
  120.     padding: 0 !important;
  121.     border: none !important;
  122.     background: transparent !important;
  123.     list-style-image: url(chrome://httpfox/skin/close.png);
  124.     -moz-image-region: rect(0px, 16px, 16px, 0px);
  125.     -moz-box-align: end;
  126. }
  127.  
  128. #hf_TopBarButton_Start:hover {
  129.     list-style-image: url(chrome://httpfox/skin/go.png);
  130.     -moz-image-region: rect(4px, 45px, 18px, 30px);
  131. }
  132.  
  133. #hf_TopBarButton_Start[disabled="true"] {
  134.     list-style-image: url(chrome://httpfox/skin/go.png);
  135.     -moz-image-region: rect(4px, 70px, 18px, 55px);
  136. }
  137.  
  138. #hf_TopBarButton_Start {
  139.     list-style-image: url(chrome://httpfox/skin/go.png);
  140.     -moz-image-region: rect(4px, 20px, 18px, 5px);
  141. }
  142.  
  143. #hf_TopBarButton_Detach {
  144.     list-style-image: url(chrome://httpfox/skin/application_double_grey.png);
  145.     -moz-appearance: none;
  146.     padding: 0 !important;
  147.     border: none !important;
  148.     background: transparent !important;
  149. }
  150. #hf_TopBarButton_Detach:hover {
  151.     list-style-image: url(chrome://httpfox/skin/application_double.png);
  152.     -moz-appearance: none;
  153.     padding: 0 !important;
  154.     border: none !important;
  155.     background: transparent !important;
  156. }
  157.  
  158.  
  159. #hf_TopBarButton_Stop:hover {
  160.     list-style-image: url(chrome://httpfox/skin/toolbar.png);
  161.     -moz-image-region: rect(16px, 48px, 31px, 32px);
  162. }
  163.  
  164. #hf_TopBarButton_Stop[disabled="true"] {
  165.     list-style-image: url(chrome://httpfox/skin/toolbar.png);
  166.     -moz-image-region: rect(32px, 48px, 47px, 32px);
  167. }
  168.  
  169. #hf_TopBarButton_Stop {
  170.     list-style-image: url(chrome://httpfox/skin/toolbar.png);
  171.     -moz-image-region: rect(0px, 48px, 15px, 32px);
  172. }
  173.  
  174. #hf_TopBarButton_Clear {
  175.     list-style-image: url(chrome://httpfox/skin/clear.png);
  176.     /*-moz-image-region: rect(4px, 20px, 18px, 5px);*/
  177. }
  178.  
  179. #hf_TopBarButton_HttpFox {
  180.     list-style-image: url(chrome://httpfox/skin/logo_s.png);
  181. }
  182.  
  183. treechildren::-moz-tree-row(hf_currentRow) {
  184.     border: 1px solid black;
  185. }
  186. treechildren::-moz-tree-cell-text(hf_currentRow) {
  187. }
  188.  
  189.  
  190. treechildren::-moz-tree-row(hf_fromCache) {
  191.     background-color: #FFFFEE;
  192. }
  193. treechildren::-moz-tree-cell-text(hf_fromCache) {
  194. }
  195.  
  196. treechildren::-moz-tree-row(hf_isRedirect) {
  197.     background-color: #EEEEFF;
  198. }
  199. treechildren::-moz-tree-cell-text(hf_isRedirect) {
  200. }
  201.  
  202. treechildren::-moz-tree-row(hf_HTTPS) {
  203.     /*background-color: #FFFFEE;*/
  204. }
  205. treechildren::-moz-tree-cell-text(hf_HTTPS) {
  206.     color: #000088;
  207. }
  208.  
  209. treechildren::-moz-tree-row(hf_isError) {
  210.     background-color: #FFAAAA;
  211. }
  212. treechildren::-moz-tree-cell-text(hf_isError) {
  213.     color: #AA0000;
  214. }
  215.  
  216. treechildren::-moz-tree-row(hf_hasError) {
  217.     background-color: #FFDDDD;
  218. }
  219. treechildren::-moz-tree-cell-text(hf_hasError) {
  220. }
  221.  
  222. treechildren::-moz-tree-row(hf_OK) {
  223.     background-color: #EEFFEE;
  224. }
  225. treechildren::-moz-tree-cell-text(hf_OK) {
  226. }
  227.  
  228. #hf_StatusLogoImage {
  229.     list-style-image: url(chrome://httpfox/skin/globe16.png);
  230. }
  231.  
  232.  
  233. #hf_PanelNormal {
  234.     -moz-binding: url("chrome://httpfox/content/bindings.xml#startup");
  235. }
  236. #hf_Window {
  237.     -moz-binding: url("chrome://httpfox/content/bindings.xml#windowStartup");
  238. }